updating oE question mark

wiki does not tolerate having `?` in link here

substituting `question mark` as temporary fix


Read and Write Routines

##?##

<built-in> procedure ##?## 

displays an object using numbers and braces.

Note:

There are no parenthesis delimiting the single argument to this procedure. This is a unique shortcut in Euphoria syntax.

Comments:

This is a shorthand way of writing pretty_print(STDOUT, x, {}). An object or an expression is printed to the standard output with braces and indentation to show the structure.

Example 1:
? {1, 2} + {3, 4}  -- will display {4, 6} 
See Also:

print

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu